SipClientAuthenticationUsername Property |
Gets or sets authentication user name. If is set then value of this property will be used instead of Username during authentication.
Namespace:
Independentsoft.Sip
Assembly:
Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntaxpublic string AuthenticationUsername { get; set; }Public Property AuthenticationUsername As String
Get
Set
Property Value
Type:
StringThe authentication username.
See Also